-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow configuring Jackson's TimeZone via configuration #15431
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a question inline.
extensions/jackson/deployment/src/main/java/io/quarkus/jackson/deployment/JacksonProcessor.java
Outdated
Show resolved
Hide resolved
...age/quarkus-standard-way/src/test/java/io/quarkus/it/container/image/GreetingResourceIT.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks cool now and paves the way for future timezone settings.
Yeah, your idea about |
Something is not right:
|
Ouch... I'll have to take a closer look |
Should be good now |
Fixes: #15077